Skip to content

Fix PHP 8.4 implicit nullable deprecation in AddressResource::find#4

Merged
erikgaal merged 1 commit into
mainfrom
fix/php-8.4-implicit-nullable
Jun 1, 2026
Merged

Fix PHP 8.4 implicit nullable deprecation in AddressResource::find#4
erikgaal merged 1 commit into
mainfrom
fix/php-8.4-implicit-nullable

Conversation

@jcmvrij

@jcmvrij jcmvrij commented May 4, 2026

Copy link
Copy Markdown
Contributor

PHP 8.4 deprecates implicitly nullable parameters (typed param with default null but no ? on the type). Mark $container and $countryCode explicitly nullable.

@jcmvrij jcmvrij marked this pull request as ready for review May 4, 2026 07:44
@jcmvrij jcmvrij requested a review from erikgaal May 4, 2026 07:44
@jcmvrij jcmvrij force-pushed the fix/php-8.4-implicit-nullable branch from 966c369 to 4c63d7c Compare May 4, 2026 07:48
PHP 8.4 deprecates implicitly nullable parameters (typed param with
default null but no `?` on the type). Mark `$container` and
`$countryCode` explicitly nullable.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@jcmvrij jcmvrij force-pushed the fix/php-8.4-implicit-nullable branch from 4c63d7c to 2ae1f14 Compare May 4, 2026 07:54
@erikgaal erikgaal merged commit baa074e into main Jun 1, 2026
@erikgaal erikgaal deleted the fix/php-8.4-implicit-nullable branch June 1, 2026 08:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants